.box {
 
}
.tech1 {
  width: 100%;
  padding: 110px 0;
  /*background: url(../images/technology/9.jpg) center top no-repeat;*/
  display: none;
}
#case1,
.use3 > .box >ul >li{
  opacity: 0;
}
.banner{
  background:url(../images/case/1.jpg) center center no-repeat;
}
.tech1 .box > ul > li {
  display: none;
}
.tech1 .box > ul > li.active {
  display: block;
}
.tech1 .box > ul > li .subtitle h1 {
  position: relative;
  padding-bottom: 20px;
}
.tech1 .box > ul > li .subtitle h1:before {
  width: 34px;
  height: 3px;
  content: '';
  left: 50%;
  bottom: 0;
  margin-left: -17px;
  background: #333;
  position: absolute;
}
.tech1 .box > ul > li .tech-main {
  justify-content: space-between;
}
.tech1 .box > ul > li .tech-main .left {
  max-width: 681px;
  width: 48%;
}
.tech1 .box > ul > li .tech-main .left img {
  width: 100%;
}
.tech1 .box > ul > li .tech-main .right {
  width: 48%;
  max-width: 605px;
  padding-top: 60px;
}

.tech1 .box > ul > li .tech-main .right h1{
	position: relative;
	color: #00a4a8;
	font-size: 18px;
	padding-bottom: 30px;
  margin-bottom: 25px;
  font-weight: normal;
}

.tech1 .box > ul > li .tech-main .right h1:before{
	content: "";
	position: absolute;
	left: 0;
	width: 60px;
	height: 2px;
	background: #e9e9e9;
	bottom: 0;
}

.tech1 .box > ul > li .tech-main .right p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.use3 {
  width: 100%;
  padding: 20px 0 ;
  background-size: cover;
  
}
.targets{position: relative;top: -100px;}
.use3 .use3-title {
  justify-content: space-between;
}
.use3 .use3-title h1 {
  color: #333;
  font-size: 24px;
  position: relative;
  padding-left: 20px;
  font-weight: normal;
}
.use3 .use3-title h1:before {
  height: 24px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  content: '';
  background: #3d9e85;
}
.use3 .use3-title a {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 20px;
  background: #3d9e85;
}
.use3 .box .use3-wrap > ul {
  width: 100%;
 
  flex-flow: row wrap;
  
  display: none;
}
.use3 .box .use3-wrap > ul:nth-child(1){
  display: flex;
}
.use3 .box .use3-wrap > ul > li {
  margin-bottom: 20px;
  opacity: 1;
    width: 22%;
    padding: 3%;
   
    margin: 1.5%;
        border-radius: 15px;
        
}
.use3 .box .use3-wrap > ul > li:hover {
  margin-bottom: 20px;
  opacity: 1;
   
    padding: 3%;
    box-shadow: 4px 4px 16px 4px #e9e9e9;
    margin: 1.5%;
        border-radius: 15px;
      
        color:#d6000f!important;
}
.use3 .box .use3-wrap > ul > li:hover  h1{
  color:#d6000f!important;
}
.use3 .box .use3-wrap > ul > li:hover  p{
  color:#d6000f!important;
}
.use3 .box .use3-wrap > ul > li:hover a{
 color:#d6000f!important;
}
.use3 .box .use3-wrap > ul > li a {
  display: block;
  width: 100%;
 
  padding: 0;
  transition: all .6s;
  position: relative;
}
.use3 .box .use3-wrap > ul > li a ul {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(36, 146, 118, 0.6);
  top: 0;
  left: 0;
  padding-top: 40px;
  padding-left: 40px;
  opacity: 0;
  z-index: 9;
  transition: all .6s;
  display: none;
}
.use3 .box .use3-wrap > ul > li a ul > li {
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  line-height: 30px;
}
.use3 .box .use3-wrap > ul > li a ul > li:before {
  width: 6px;
  height: 6px;
  position: absolute;
  background: #fff;
  top: 50%;
  margin-top: -3px;
  left: 0;
  border-radius: 50%;
  content: '';
}
.use3 .box .use3-wrap > ul > li a:hover ul {
  opacity: 1;
}
.use3 .box .use3-wrap > ul > li a .img-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.use3 .box .use3-wrap > ul > li a .img-wrap .tag {
  width: 94px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 10;
}
.use3 .box .use3-wrap > ul > li a .img-wrap .tag > img {
  width: 100%;

}
.use3 .box .use3-wrap > ul > li a .img-wrap > img {
  width: 100%;
  transition: all .6s;
  height: 100%;
  display: block;
}
.use3 .box .use3-wrap > ul > li a .text {
  color: #fff;
    font-size: 16px;
    margin: 0px 0 ;
    line-height: 1.5;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  line-height: 3;
  white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}


.use3 .box .use3-wrap > ul > li a:hover {

}
.use3 .box .use3-wrap > ul > li a:hover .text{
	color: #fff;
}
.use3 .box .use3-wrap > ul > li a:hover .img-wrap > img {
 
}

.use3 .box .use3-wrap > ul > li a:hover .text{
  padding-left: 10px;
}

.use3 .box .pages {
  width: 100%;
  margin-top: 60px;
  justify-content: center;
  align-items: center;
}

.use3 .box .pages a {
  color: #333;
  font-size: 20px;
  margin: 0 10px;
  transition: all .6s;
}
.use3 .box .pages a.active,
.use3 .box .pages a:hover {
  color: #249276;
}
.use3 .box .pages a.prev,
.use3 .box .pages a.next {
  display: block;
  width: 40px;
  height: 40px;
}
.use3 .box .pages a.prev {
  background: url(../images/about/17.png) center center no-repeat;
  margin-right: 70px;
}
.use3 .box .pages a.prev:hover {
  background: url(../images/about/19.png) center center no-repeat;
}
.use3 .box .pages a.next {
  margin-left: 70px;
  background: url(../images/about/18.png) center center no-repeat;
}
.use3 .box .pages a.next:hover {
  background: url(../images/about/20.png) center center no-repeat;
}


@media (max-width: 1440px) {

  .tech1{padding: 50px 0;}

  .use3 .box .use3-wrap > ul > li a ul{padding: 5% 0 0 5%;}

  .use3{padding-bottom: 0px;}

}

@media (max-width: 1200px) {
  .box {
    width: 90%;
  }
  .anchor-btn .box {
    flex-flow: row wrap;
  }
  .anchor-btn .box a {
    width: 50%;
    font-size: 12px;
	background: #249276;
    color: #fff;
    border: 1px solid #f1f1f1;
  }
  .anchor-btn {
    height: auto;
   
  }
  .tech1 {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .tech1 .box > ul > li .tech-main {
    margin-top: 30px;
    flex-flow: row wrap;
  }
  .tech1 .box > ul > li .tech-main .left {
    width: 100%;
    height: auto;
  }
  .tech1 .box > ul > li .tech-main .left img {
    width: 100%;
  }
  .tech1 .box > ul > li .tech-main .right {
    width: 100%;
    margin-top: 30px;
  }
  .tech1 .box > ul > li .tech-main .right .bom {
    width: 100%;
    margin-top: 30px;
  }
  .use3 {
    padding-top: 30px;
  }
  .use3 .box .use3-wrap > ul {
    flex-flow: row wrap;
  }
  .use3 .box .use3-wrap > ul li {
    width: 100%;
  }
  .use3 .box .use3-wrap > ul > li a {
    width: 100%;
    height: auto;
  }
  .use3 .box .use3-wrapx > ul > li a .img-wrap {
    width: 100%;
    height: auto;
  }
  .use3 .box .use3-wrap > ul > li a ul > li {
    line-height: normal;
  }
  .use3 {
    padding-bottom: 30px;
  }
  .tech1 .box > ul > li .tech-main .right{
    padding-top: 0;
  }
  .use3 .box .use3-wrap > ul > li a .text{
    font-size: 14px;
    height: auto;
  }

  .use3 .box .use3-wrap > ul > li a ul{display: none;}
  .use3 .box .use3-wrap > ul > li a .img-wrap{height: auto;}
}
